home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Gobby 0.4.7 / gobby-0.4.7.exe / {app} / share / gtksourceview-2.0 / language-specs / chdr.lang < prev    next >
Extensible Markup Language  |  2008-09-09  |  2KB  |  43 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4.  Authors: Marco Barisione, Emanuele Aina
  5.  Copyright (C) 2005-2007 Marco Barisione <barisione@gmail.com>
  6.  Copyright (C) 2005-2007 Emanuele Aina
  7.  
  8.  This library is free software; you can redistribute it and/or
  9.  modify it under the terms of the GNU Library General Public
  10.  License as published by the Free Software Foundation; either
  11.  version 2 of the License, or (at your option) any later version.
  12.  
  13.  This library is distributed in the hope that it will be useful,
  14.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  16.  Library General Public License for more details.
  17.  
  18.  You should have received a copy of the GNU Library General Public
  19.  License along with this library; if not, write to the
  20.  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  21.  Boston, MA 02111-1307, USA.
  22.  
  23. -->
  24. <language id="chdr" _name="C/C++/ObjC Header" version="2.0" _section="Sources">
  25.   <metadata>
  26.     <property name="mimetypes">text/x-chdr;text/x-c++hdr</property>
  27.     <property name="globs">*.hh;*.hp;*.hpp;*.h++;*.h</property>
  28.     <property name="line-comment-start">//</property>
  29.     <property name="block-comment-start">/*</property>
  30.     <property name="block-comment-end">*/</property>
  31.   </metadata>
  32.  
  33.   <definitions>
  34.     <context id="chdr">
  35.       <include>
  36.         <context ref="objc:objc-header"/>
  37.         <context ref="cpp:cpp-proper"/>
  38.         <context ref="c:c"/>
  39.       </include>
  40.     </context>
  41.   </definitions>
  42. </language>
  43.